From: Keir Fraser Date: Thu, 19 Mar 2009 10:24:48 +0000 (+0000) Subject: Clean up physdev.h public header. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~28 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=7fe15ceac057e8c2d83ed1203c472592c604c6ed;p=xen.git Clean up physdev.h public header. Signed-off-by: Keir Fraser --- diff --git a/xen/include/public/physdev.h b/xen/include/public/physdev.h index 41f3c37649..cb7e4d469b 100644 --- a/xen/include/public/physdev.h +++ b/xen/include/public/physdev.h @@ -183,7 +183,16 @@ struct physdev_manage_pci { typedef struct physdev_manage_pci physdev_manage_pci_t; DEFINE_XEN_GUEST_HANDLE(physdev_manage_pci_t); -#define PHYSDEVOP_manage_pci_add_ext 20 +#define PHYSDEVOP_restore_msi 19 +struct physdev_restore_msi { + /* IN */ + uint8_t bus; + uint8_t devfn; +}; +typedef struct physdev_restore_msi physdev_restore_msi_t; +DEFINE_XEN_GUEST_HANDLE(physdev_restore_msi_t); + +#define PHYSDEVOP_manage_pci_add_ext 20 struct physdev_manage_pci_ext { /* IN */ uint8_t bus; @@ -199,15 +208,6 @@ struct physdev_manage_pci_ext { typedef struct physdev_manage_pci_ext physdev_manage_pci_ext_t; DEFINE_XEN_GUEST_HANDLE(physdev_manage_pci_ext_t); -#define PHYSDEVOP_restore_msi 19 -struct physdev_restore_msi { - /* IN */ - uint8_t bus; - uint8_t devfn; -}; -typedef struct physdev_restore_msi physdev_restore_msi_t; -DEFINE_XEN_GUEST_HANDLE(physdev_restore_msi_t); - /* * Argument to physdev_op_compat() hypercall. Superceded by new physdev_op() * hypercall since 0x00030202.